GrapeCity.CalcEngine.Functions Namespace > CalcBetaDistFunction Class > Evaluate Method : Evaluate(Object[]) Method |
The args contains 3 - 5 items: x, alpha, beta, [A], [B].
X is the value between A and B at which to evaluate the function.
Alpha is a parameter of the distribution.
Beta is a parameter of the distribution.
A is an optional lower bound to the interval of x.
B is an optional upper bound to the interval of x.
'Usage Dim instance As CalcBetaDistFunction Dim args() As Object Dim value As Object value = instance.Evaluate(args)
The args contains 3 - 5 items: x, alpha, beta, [A], [B].
X is the value between A and B at which to evaluate the function.
Alpha is a parameter of the distribution.
Beta is a parameter of the distribution.
A is an optional lower bound to the interval of x.
B is an optional upper bound to the interval of x.
Target Platforms: Windows Server 2012, Windows RT